home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / tourist-trap.swf / scripts / DefineButton2_211 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-09-29  |  130 b   |  5 lines

  1. on(release){
  2.    targetul1 = "http://www.freeonlinegames.com/downloads/" + _parent.wynume + ".exe";
  3.    getURL(targetul1,"");
  4. }
  5.